Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
What is a range? How can you name ranges?Jan 20
What are the various programmed data transfer methods?Jan 05
What is synchronous data transfer?Sep 12
What is asynchronous data transfer?Nov 14
Which overloads a unary minus operator and returns no values - Select optionMar 21
What would happen if you created a table and granted select privileges on the ta...Dec 21
If you own a table, who can select from that table? Dec 21
If you have a trigger on a table and the table is dropped, does the trigger stil...Dec 21
Distinguish between Select query and Action Query, Database and Table, Filter an...Jan 20
What happens during a full-table scan? Dec 21
How can you avoid a full-table scan? Dec 21
Using the CHECKS table, write a query to return all the unique remarksDec 21
Using today's TEAMSTATS table, write a query to determine who is batting under...Dec 21
How to create table?Dec 15
How to insert records into tables?Dec 15
Provide syntax to rename a tableDec 17
Provide syntax to truncate a tableDec 17
Dual table in oracleDec 17
Which of the following will be used to access the two entries, namely key and va...Apr 21
So I can pass an instance of a value type to a method that takes an object as a...Oct 16
What are the fundamental differences between value types and reference types?Mar 12
How will you assign value ‘5’ to the variable ‘x’ inside a member function using...Aug 11
Which of the following will assign the value to the class member variable num? v...Jul 15
Using the CHECKS table from earlier today, write a query to return just the chec...Dec 21
In Oracle, how can you find out what tables and views you own? Dec 21
Should tables and their corresponding indexes reside on the same disk? Dec 21
What does the # in front of a temporary table signify? Dec 21
so an int is a value type, and a class is a reference type. How can int be deriv...Dec 10